isImportantForContentCapture
Hints the Android System whether this view is considered important for content capture, based on the value explicitly set by setImportantForContentCapture and heuristics when it's IMPORTANT_FOR_CONTENT_CAPTURE_AUTO.
See ContentCaptureManager for more info about content capture. Compatibility behavior:
- SDK 30 and above, this method matches platform behavior.
- SDK 29 and below, this method always return false.
Return
whether the view is considered important for content capture.
Parameters
v
The View against which to invoke the method.